home *** CD-ROM | disk | FTP | other *** search
- Complex Arithmetic and Transcendental Functions
- in Turbo Pascal
-
-
- (C) Copyright 1992, Earl F. Glynn, Overland Park, KS. Compuserve 73257,3527.
- All rights reserved. These files may be freely distributed only for
- non-commercial use.
-
-
-
- File Description
- ──────────── ─────────────────────────────────────────────────────────
- COMPLEXO.PAS ComplexOps UNIT for complex arithmetic and transcendental
- functions.
-
- Includes complex functions:
- arithmetic: +,-,*,/, conjugate, negation,
- absolute value, SQRT, roots
- Exponential/Log: LN, EXP, PWR, IntPWR, RealPWR
- Trig: COS, SIN, TAN,
- SEC, CSC, COT
- Hyperbolic: COSH, SINH, TANH,
- SECH, CSCH, COTH
- Bessel Functions: Io, Jo
- Other Special Functions: Gamma, LN(gamma)
-
- Rectangular/polar conversion (explicit or implicit)
- Formatting function (rectangular or polar formats)
-
- CDEMO.PAS demonstration program to exercise ComplexOps UNIT
- CDEMO.TXT output from CDEMO program (CDEMO > CDEMO.TXT)